Display a folder with a Shortcut.
To create this Shortcut:
- Right-click a clear area of the desktop.
The context menu appears.
- Hold the mouse cursor over New.
The cascading menu appears.
- Click Shortcut.
The Create Shortcut dialog box appears.
- Type
EXPLORER.EXE /n, /e,[folderpathname]
- Click Next.
The Select a Title dialog box appears.
- Type a name for the new Shortcut.
- Click Finish.
The new Shortcut appears on your desktop.
For example, to display the Windows folder you would type:
EXPLORER.EXE /n, /e, C:\Windows
If the folder name is in long filename format, be sure to surround it in quotes.
For example:
"C:\My Documents"
|